home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / Background3.2 / Source / background / sysbackground < prev    next >
Text File  |  1995-06-12  |  253b  |  9 lines

  1. if [ -r /usr/local/lib/background.tiff ] ; then IMAGE=/usr/local/lib/background.tiff ;
  2. elif [ -r /usr/local/lib/background.eps ] ; then IMAGE=/usr/local/lib/background.eps ;
  3. else exit 0 ;
  4. fi
  5. until /usr/local/bin/background $IMAGE ; do
  6.     sleep 1
  7. done
  8.  
  9.